home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
metkit
/
setup.exe
/
EXAMPLES
/
CATSEND
/
STDAFX.H
< prev
Wrap
C/C++ Source or Header
|
1997-06-08
|
483b
|
15 lines
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxsock.h> // MFC socket extensions
#include "m4kit.h"
// $Id: stdafx.h,v 1.2 1996/12/04 14:50:03 jcw Rel $